{% extends "base.html" %} {% block title %}Create Prescription - QuickCare{% endblock %} {% block content %}
Appointment ID: #{{ appointment.id }} | Patient: {{ appointment.patient.user.name }} | Date: {{ appointment.appointment_date.strftime('%d %b %Y') }}